From: Julien Grall Date: Mon, 17 Mar 2014 14:06:01 +0000 (+0000) Subject: xen/xsm: flask: Add missing header in hooks.c X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5367 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=952125757787839bad89c8e7f661a962c9f9cbe4;p=xen.git xen/xsm: flask: Add missing header in hooks.c nr_static_irqs and nr_irqs is defined in asm/irq.h (on both x86 and ARM). Include directly the header in hooks.c to avoid compilation failure on ARM. Signed-off-by: Julien Grall Acked-by: Daniel De Graaf Acked-by: Ian Campbell --- diff --git a/xen/xsm/flask/hooks.c b/xen/xsm/flask/hooks.c index 56c764549d..ba719de8bd 100644 --- a/xen/xsm/flask/hooks.c +++ b/xen/xsm/flask/hooks.c @@ -9,6 +9,7 @@ */ #include +#include #include #include #include